home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1833 / 1833.xpi / chrome / yoono.jar / skin / classic / yoono / sidebar.css < prev    next >
Cascading Style Sheet File  |  2009-12-16  |  454b  |  23 lines

  1. @import url(chrome://global/skin/);
  2. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  3. @namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
  4.  
  5. #yoonosb-iframe {
  6.   height:100% !important;
  7.   overflow-y: hidden;
  8. }
  9.  
  10.  
  11. #yoonosb-iframe scrollbar {
  12.   width: 60px !important;
  13. }
  14.  
  15. html|div scrollbarbutton {
  16. width: 45px !important;
  17. height: 45px !important;
  18. }
  19.  
  20. #yoonopage {
  21.   background-color:#000000;
  22. }
  23.